IVector.RemoveAt Method

Removes the item at the specified index in the vector.

Syntax

public:
void RemoveAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The zero-based index of the vector item to remove.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace